Rachel
Toggle table of contents
3.5.0
desktop
Target filter
desktop
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.plugin.pag-kmp
/
org.libpag
/
[desktop]PAGFont
/
Companion
Companion
desktop
object
Companion
Members
Functions
register
Font
Link copied to clipboard
desktop
fun
registerFont
(
bytes
:
ByteArray
,
ttcIndex
:
Int
=
0
,
font
:
PAGFont
=
PAGFont()
)
:
PAGFont
?
fun
registerFont
(
path
:
String
,
ttcIndex
:
Int
=
0
,
font
:
PAGFont
=
PAGFont()
)
:
PAGFont
?
set
Fallback
Font
Link copied to clipboard
desktop
fun
setFallbackFont
(
fontNameList
:
Array
<
String
>
)
fun
setFallbackFont
(
pathList
:
Array
<
String
>
,
ttcIndices
:
IntArray
)
unregister
Font
Link copied to clipboard
desktop
fun
unregisterFont
(
font
:
PAGFont
)